google.golang.org/grpc.serverOptions.maxConcurrentStreams (field)

5 uses

	google.golang.org/grpc (current package)
		server.go#L168: 	maxConcurrentStreams  uint32
		server.go#L189: 	maxConcurrentStreams:  math.MaxUint32,
		server.go#L471: 		o.maxConcurrentStreams = n
		server.go#L1015: 		MaxStreams:            s.opts.maxConcurrentStreams,
		server.go#L1071: 	streamQuota := newHandlerQuota(s.opts.maxConcurrentStreams)